home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / aa_m68k_Intel_Only / InstrumentBuilder.99 / InstrumentBuilder.app / browser.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  1012 b   |  67 lines

  1. ScoreController = {
  2.     ACTIONS = {
  3.     newInstrument:;
  4.     bringToFront:;
  5.     printInstrument:;
  6.     save:;
  7.     setInputPipe:;
  8.     enableBrowserButton:;
  9.     saveAs:;
  10.     parse:;
  11.     changeViewDetail:;
  12.     unparse:;
  13.     hideScore:;
  14.     performClose:;
  15.     };
  16.     OUTLETS = {
  17.     externalBufferWindow;
  18.     masterUGlist;
  19.     instrumentList;
  20.     browser;
  21.     UGHandler;
  22.     browserWindow;
  23.     currentInstrument;
  24.     newInstrument;
  25.     bufferForm;
  26.     inspector;
  27.     browserButton;
  28.     externalBufferForm;
  29.     IBController;
  30.     externalBufferButton;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34. FirstResponder = {
  35.     ACTIONS = {
  36.     };
  37.     SUPERCLASS = Object;
  38. };
  39. InstrumentController = {
  40.     ACTIONS = {
  41.     enableBrowserButton:;
  42.     windowDidBecomeMain:;
  43.     changeZoom:;
  44.     doubleClickOn:;
  45.     windowWillClose:;
  46.     setInputPipe:;
  47.     };
  48.     OUTLETS = {
  49.     mainView;
  50.     browser;
  51.     currentUG;
  52.     browserWindow;
  53.     scoreController;
  54.     bufferForm;
  55.     inspector;
  56.     browserButton;
  57.     palette;
  58.     externalBufferForm;
  59.     window;
  60.     unitGeneratorList;
  61.     externalBufferButton;
  62.     externalBufferWindow;
  63.     connectToView;
  64.     };
  65.     SUPERCLASS = Object;
  66. };
  67.